Read File
Command Prototype
sRet = File.Read(sPath,sCharset)
Command Description
Read the content of a file
Parameter Description
- Required Parameter
- sPath--The path to a file
- sCharset--Character set encoding of a file
- return
- sRet--The variable used to save the output of the function call